home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
MSINC.PAK
/
WINDOWS.H
< prev
next >
Wrap
Text File
|
1997-05-06
|
157b
|
8 lines
#if !defined(_INC_WINDOWS)
#ifdef __FLAT__
#include <win32\windows.h>
#else
#include <win16\windows.h>
#endif
#endif /* _INC_WINDOWS */